From 693b348affa8ac550476e87372473e3cf96fe59d Mon Sep 17 00:00:00 2001 From: Michael Gilbert Date: Sat, 19 Mar 2022 00:48:02 +0000 Subject: [PATCH] don't append wine to the default path settings forwarded: not-needed Gbp-Pq: Topic debianization Gbp-Pq: Name makefile.patch --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b52495f..8c8668f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,9 +27,9 @@ datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ includedir = @includedir@ -fontdir = ${datadir}/wine/fonts +fontdir = ${datadir}/wine nlsdir = ${datadir}/wine/nls -dlldir = ${libdir}/wine +dlldir = ${libdir} srcdir = @srcdir@ SHELL = /bin/sh CC = @CC@ -- 2.30.2